
@media (min-width: 960px){
	
	.nav a:hover{
		color: #6c6ffc !important;
	}
	.indexAList:hover{
		z-index: 3;
	}
	.indexAList:hover::before{
		content: '';
		background-image: url('../img/index/BgW.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		width: 110%;
		height: 105%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 1;
		border-top-left-radius: 0.3rem;
		border-top-right-radius: 0.3rem;
		clear:both;
	}
	
	
	.indexSerNav a:hover{
		background-color: rgba(85, 201, 250, .2) !important;
		color: #55c9fa !important;
		border-color: #55c9fa;
	}
	
	.indexSerList:hover .indexSerTop h2{
		color: #ffffff !important;
	}
	.indexSerList:hover .indexSerTop p{
		color: #ffffff !important;
	}
	
	.indexSoluNav a:hover{
		background-color: rgba(85, 201, 250, .2) !important;
		color: #55c9fa !important;
		border-color: #55c9fa;
	}
	.indexParR .swiper-slide a:hover img{
		filter: none;
	}
	
	.indexParPage a:hover{
		background-color: #6c6ffc;
	}
	.indexParPage a:hover img{
		filter: grayscale(100%) brightness(300%);
	}
	
	.caseList:hover{
		background-color: #55c9fa;
	}
	
	
	.newsTSwiper a:hover{
		background-color: #6c6ffc;
	}
	.newsTSwiper a:hover img{
		filter: grayscale(100%) brightness(300%);
	}
	.newsPage>a:hover{
		background-color: #28264b;
	}
	.newsPage>a:hover img{
		filter: grayscale(100%) brightness(300%);
	}
	.newsPage ul li a:hover{
		background-color: #6c6ffc;
		color: #ffffff;
	}
	
	.newsDPage div:hover a{
		color: #6c6ffc;
	}
	
	.newsDPage div:hover img{
		opacity: 1;
	}
	
	
	
	.busiSwiper .swiper-slide a:hover{
		background-color: #28264b;
	}
	.busiSwiper .swiper-slide a:hover img{
		display: none;
	}
	.busiSwiper .swiper-slide a:hover p{
		display: block;
	}
	
	
	
	.hzChList:hover{
		color: #6c6ffc;
		background-color: #28264b;
	}
	
	.hzChList:hover::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: -0.15rem;
		right: -0.15rem;
		border-radius: 0.3rem;
		background-color: #6c6ffc;
		transform: translateZ(-1px);  
	}
	
	
	
	
	.rbTBox .indexNewList:hover p{
		color: #ffffff;
	}
	.neiNavBox .container a:hover{
		color: #6c6ffc;
	}
	.linghuoFaList:hover span{
		background-color: #6c6ffc;
		color: #ffffff;
	}
	
	.caseBg:hover .caseLogo img{
		filter: grayscale(100%) brightness(700%)
	}
	.caseBg:hover h2{
		color: #ffffff;
	}
	.caseBg:hover p{
		color: #ffffff;
	}
	
	.aboutWN:hover{
		transform: scale(1.3);
	}
	
	.nav>li:hover ul{
		display: block;
	}
	
	.rxtVocaList:hover::after{
		top: 0;
	}
	.rbtYsList:hover {
		background-color: rgba(255,255,255,1);
	}
	.rbtYsList:hover img{
		transform: rotate(360deg);
	}
	
	/* .indexSerList:hover .indexSerTop h2{
		color: #ffffff !important;
	}
	.indexSerList:hover .indexSerTop p{
		color: #ffffff !important;
	} */
	
}

